home *** CD-ROM | disk | FTP | other *** search
/ Wild Blue Yonder 1: 50 Years of Gs & Jets / Wild Blue Yonder - Episode 1 - 50 Years of Gs and Jets (Digital Ranch) (Spectrum Holobyte)(1-107-40-101)(1994).iso / control / panel.dir / 00740_Script_740 < prev    next >
Text File  |  1994-08-29  |  390b  |  11 lines

  1. on initIndex  
  2.   global backPage, forwardPage, indexList, letterStrip, pad, padTop
  3.   
  4.   set indexList                           = field "index list"
  5.   set padTop                              = the top of sprite pad
  6.   set the immediate of sprite backPage    = TRUE
  7.   set the immediate of sprite forwardPage = TRUE  
  8.   set the immediate of sprite letterStrip = TRUE
  9. end initIndex
  10.  
  11.